home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / GLOBAL MINES / GlobalMines.exe / 0 / RCDATA / TINPUTNAME / TINPUTNAME.txt
Text File  |  1998-02-23  |  3KB  |  158 lines

  1. object InputName: TInputName
  2.   Left = 411
  3.   Top = 289
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Highscore'
  7.   ClientHeight = 210
  8.   ClientWidth = 243
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 1
  22.     Top = 8
  23.     Width = 241
  24.     Height = 17
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Congratulations, you got a highscore!'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 21
  31.     Top = 128
  32.     Width = 200
  33.     Height = 17
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Caption = 'Please enter your name:'
  37.   end
  38.   object SecPerBomb: TLabel
  39.     Left = 32
  40.     Top = 48
  41.     Width = 128
  42.     Height = 17
  43.     Hint = 'Average number of seconds spent on every bomb'
  44.     Alignment = taRightJustify
  45.     AutoSize = False
  46.     Caption = 'Seconds per Bomb:'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     ParentShowHint = False
  54.     ShowHint = True
  55.   end
  56.   object SqrPerSec: TLabel
  57.     Left = 32
  58.     Top = 64
  59.     Width = 128
  60.     Height = 17
  61.     Hint = 'Average number of cleared squares per second'
  62.     Alignment = taRightJustify
  63.     AutoSize = False
  64.     Caption = 'Squares per Second:'
  65.     ParentShowHint = False
  66.     ShowHint = True
  67.   end
  68.   object SecPerBombValue: TLabel
  69.     Left = 170
  70.     Top = 48
  71.     Width = 15
  72.     Height = 13
  73.     Alignment = taRightJustify
  74.     Caption = '0.0'
  75.   end
  76.   object SqrPerSecValue: TLabel
  77.     Left = 170
  78.     Top = 64
  79.     Width = 15
  80.     Height = 13
  81.     Alignment = taRightJustify
  82.     Caption = '0.0'
  83.   end
  84.   object Label3: TLabel
  85.     Left = 21
  86.     Top = 26
  87.     Width = 201
  88.     Height = 17
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = 'You made it in 00 seconds!'
  92.   end
  93.   object Label4: TLabel
  94.     Left = 5
  95.     Top = 88
  96.     Width = 233
  97.     Height = 17
  98.     Alignment = taCenter
  99.     AutoSize = False
  100.     Caption = 'Your score code is:'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object Bevel1: TBevel
  109.     Left = -4
  110.     Top = 176
  111.     Width = 251
  112.     Height = 2
  113.     Shape = bsTopLine
  114.   end
  115.   object CryptLabel: TLabel
  116.     Left = 5
  117.     Top = 104
  118.     Width = 233
  119.     Height = 17
  120.     Alignment = taCenter
  121.     AutoSize = False
  122.     Caption = 'SCORECODE'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clWindowText
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.   end
  130.   object OkButton: TButton
  131.     Left = 166
  132.     Top = 182
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'OK'
  136.     Default = True
  137.     TabOrder = 1
  138.     OnClick = OkButtonClick
  139.   end
  140.   object NameBox: TEdit
  141.     Left = 18
  142.     Top = 147
  143.     Width = 207
  144.     Height = 21
  145.     MaxLength = 30
  146.     TabOrder = 0
  147.   end
  148.   object HelpButton: TButton
  149.     Left = 87
  150.     Top = 182
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'Help'
  154.     TabOrder = 2
  155.     OnClick = HelpButtonClick
  156.   end
  157. end
  158.